Skip to content

Update Dockerfile#403

Open
nithin434 wants to merge 1 commit into
CloakHQ:mainfrom
nithin434:main
Open

Update Dockerfile#403
nithin434 wants to merge 1 commit into
CloakHQ:mainfrom
nithin434:main

Conversation

@nithin434

Copy link
Copy Markdown

391

this should potentially solve this issue: 391

try with this one:
`from cloakbrowser import launch

browser = launch(
headless=True,
humanize=True,
args=[
# CRITICAL: Disable crashpad completely
"--disable-crash-reporter",
"--disable-breakpad",
"--disable-crashpad",
"--disable-crashpad-for-testing",
"--no-crash-upload",
"--no-pings",

    # Your existing args
    "--dns-over-https-urls=https://family.cloudflare-dns.com/dns-query",
    "--disable-dev-shm-usage",
    "--window-size=1280,1024",
    "--start-maximized",
],
# Additional environment variables
env={
    "CHROME_CRASHPAD_DISABLE": "1",
    "BREAKPAD_DUMP_LOCATION": "/dev/null",
}

)`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant